var runtime.startingStackSize

7 uses

	runtime (current package)
		metrics.go#L327: 				out.scalar = uint64(startingStackSize)
		proc.go#L5142: 	if stksize != uintptr(startingStackSize) {
		proc.go#L5204: 	if gp.stack.lo != 0 && gp.stack.hi-gp.stack.lo != uintptr(startingStackSize) {
		proc.go#L5218: 			gp.stack = stackalloc(startingStackSize)
		stack.go#L1336: var startingStackSize uint32 = fixedStack
		stack.go#L1362: 		startingStackSize = fixedStack
		stack.go#L1375: 	startingStackSize = uint32(round2(int32(avg)))